home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / octave.lang < prev    next >
Text File  |  2004-07-06  |  942b  |  32 lines

  1. # Octave language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 13.04.04
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)= all_va_args endwhile break for case  function catch global continue
  19. gplot else gsplot elseif if end otherwise end_try_catch
  20. return end_unwind_protect switch endfor try endfunction unwind_protect endif
  21. unwind_protect_cleanup endswitch  while
  22.  
  23. $STRINGDELIMITERS=" '
  24.  
  25. $SL_COMMENT=#
  26.  
  27. $IGNORECASE=false
  28.  
  29. $ESCCHAR=\
  30.  
  31. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * %  + -
  32.